BspSrfWriteToFile

Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index Return to Main Contents
 

NAME

BspSrfWriteToFile()  

SYNOPSIS

prsr_lib/bsp_wrt.c:173

int BspSrfWriteToFile(CagdSrfStruct *Srfs,
                      char *FileName,
                      int Indent,
                      char *Comment,
                      char **ErrStr)
 

DESCRIPTION

Writes Bspline surface(s) list into file. Returns TRUE if succesful, FALSE otherwise. If Comment is NULL, no comment is wrriten, if "" only internal comment is written.  

PARAMETERS:

Srfs: To write to file FileName.

FileName: Name of file to open so we can write Srfs in.

Indent: Primary indentation. All information will be written from the column specified by Indent.

Comment: Optional, to describe the geometry.

ErrStr: If an error occurs, to describe the error.  

FUNCTION RETURN VALUE

int: TRUE if succesful, FALSE otherwise.

 

ORIGIN

(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS:
FUNCTION RETURN VALUE
ORIGIN

This document was created by man2html, using the manual pages.
Time: 07:27:16 GMT, October 17, 2022